home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Text / Util / Column / Demonstration.script < prev    next >
Text File  |  1995-04-03  |  479b  |  31 lines

  1.  ;***RGR*** 1994
  2.  
  3.  echo "*NWorking in RAM disk...*N"
  4.  wait 1
  5.  copy #? ram:columndemo
  6.  wait 4
  7.  cd ram:columndemo
  8.  
  9.  echo "*NNow splitting the 'Column.doc' file into three columns:*N"
  10.  wait 7
  11.  column "Column.doc" 6 25 99
  12.  wait 1
  13.  
  14.  echo "*N*NTyping the new files:*N"
  15.  wait 5
  16.  
  17.  echo "*NColumn.doc.col1:*N"
  18.  wait 2
  19.  type "Column.doc.col1"
  20.  
  21.  echo "*NColumn.doc.col2:*N"
  22.  wait 1
  23.  type "Column.doc.col2"
  24.  
  25.  echo "*NColumn.doc.col3:*N"
  26.  wait 1
  27.  type "Column.doc.col3"
  28.  
  29.  echo "Finished.*N"
  30.  
  31.